The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "autoloader"

AutoLoader - load subroutines only on demand River stage three • 27 direct dependents • 273 total dependents

The AutoLoader module works with the AutoSplit module and the "__END__" token to defer the loading of some subroutines until they are used rather than loading them all at once. To use AutoLoader, the author of a module has to place the definitions of...

SMUELLER/AutoLoader-5.74 - 25 Oct 2013 17:11:47 UTC - Search in distribution
  • AutoSplit - split a package for autoloading

PDL::AutoLoader - MatLab style AutoLoader for PDL River stage three • 93 direct dependents • 101 total dependents

This module implements a MatLab style AutoLoader for PDL. If an unknown function "func()" is called, PDL looks for a file called "func.pdl". If it finds one, it compiles the file and calls the function "func". The list of directories to search in is ...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

Test::AutoLoader - a testing utility for autosplit/autoloaded modules. River stage one • 1 direct dependent • 2 total dependents

This single-purpose module attempts to eliminate uncaught syntax errors or other obvious goofs in subroutines that are autosplit, and hence not looked at by "perl -c Module.pm". Ideally, this module will become unnecessary as you reach full coverage ...

BWARFIELD/Test-AutoLoader-0.03 - 22 Jul 2005 15:48:47 UTC - Search in distribution

Class::DBI::AutoLoader - Generates Class::DBI subclasses dynamically. River stage zero No dependents

Class::DBI::AutoLoader scans the tables in a given database, and auto-generates the Class::DBI classes. These are loaded into your package when you import Class::DBI::AutoLoader, as though you had created the Data::FavoriteFilms class and "use"d that...

RYANPARR/Class-DBI-AutoLoader-0.12 - 18 Oct 2003 06:51:22 UTC - Search in distribution

Lingua::Stem::AutoLoader - A manager for autoloading Lingua::Stem modules River stage three • 16 direct dependents • 136 total dependents

Sets up the autoloader to load the modules in the Lingua::Stem system on demand. Lingua::Stem::Da - Danish Lingua::Stem::De - German Lingua::Stem::En - English Lingua::Stem::Fr - French Lingua::Stem::Gl - Galician Lingua::Stem::It - Italian Lingua::S...

SNOWHARE/Lingua-Stem-2.31 - 26 Sep 2020 06:27:58 UTC - Search in distribution

Test::Apocalypse::AutoLoader - Plugin for Test::AutoLoader River stage one • 1 direct dependent • 1 total dependent

Encapsulates Test::AutoLoader functionality....

APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTC - Search in distribution

Search::InvertedIndex::AutoLoader - A manager for autoloading Search::InvertedIndex modules River stage one • 1 direct dependent • 1 total dependent

Sets up the autoloader to load the modules in the Search::InvertedIndex system on demand....

SNOWHARE/Search-InvertedIndex-1.17 - 27 Sep 2020 10:05:10 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 77 direct dependents • 143 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

todo - Perl TO-DO list River stage five • 11292 direct dependents • 32664 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Net::SSLeay - Perl bindings for OpenSSL and LibreSSL River stage four • 166 direct dependents • 2151 total dependents

This module provides Perl bindings for libssl (an SSL/TLS API) and libcrypto (a cryptography API)....

CHRISN/Net-SSLeay-1.94 - 08 Jan 2024 01:22:27 UTC - Search in distribution

DBI::DBD - Perl DBI Database Driver Writer's Guide River stage four • 940 direct dependents • 2099 total dependents

This document is primarily intended to help people writing new database drivers for the Perl Database Interface (Perl DBI). It may also help others interested in discovering why the internals of a DBD driver are written the way they are. This is a gu...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

ogd - ordered global destruction River stage zero No dependents

This module adds ordered destruction of objects stored in global variables in LIFO order during global destruction. Ordered global destruction is only applicable to objects stored in non-lexical variables (even if they are in file scope). Apparently ...

LNATION/ogd-0.04 - 10 Nov 2019 06:58:29 UTC - Search in distribution

perlfaq8 - System Interaction River stage zero No dependents

This section of the Perl FAQ covers questions involving operating system interaction. Topics include interprocess communication (IPC), control over the user-interface (keyboard, screen and pointing devices), and most anything else not related to data...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

VM::EC2 - Perl interface to Amazon EC2, Virtual Private Cloud, Elastic Load Balancing, Autoscaling, and Relational Database services River stage one • 1 direct dependent • 5 total dependents

This is an interface to the 2014-05-01 version of the Amazon AWS API (http://aws.amazon.com/ec2). It was written provide access to the new tag and metadata interface that is not currently supported by Net::Amazon::EC2, as well as to provide developer...

LDS/VM-EC2-1.28 - 23 Oct 2014 20:39:58 UTC - Search in distribution

classes - conventional Perl 5 classes River stage one • 1 direct dependent • 1 total dependent

A simple, stable, fast, and flexible way to use conventional Perl 5 classes in scripts, rapid prototypes, and full-scale applications. This reference document covers syntax only. See the following for more: classesoop Introductory primer of concepts,...

RMUHLE/classes-0.944 - 08 Mar 2008 16:10:50 UTC - Search in distribution

h2xs - convert .h C header files to Perl extensions River stage zero No dependents

*h2xs* builds a Perl extension from any C header file. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header. The *module_name* will be used for the name of the extension. If m...

DOUGM/ExtUtils-DynaGlue-1.00a - 27 Nov 1996 20:03:47 UTC - Search in distribution

Gantry - Web application framework for mod_perl, cgi, etc. River stage one • 3 direct dependents • 3 total dependents

Note, if you want to know how to use Gantry, you should probably start by reading Gantry::Docs::QuickStart or Gantry::Docs::Tutorial. Perl Web application framework for Apache/mod_perl. Object Oriented design for a pragmatic, modular approach to URL ...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC - Search in distribution

Inline - Write Perl Subroutines in Other Programming Languages River stage three • 66 direct dependents • 127 total dependents

The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. Inline saves you from the has...

INGY/Inline-0.86 - 09 Jan 2020 05:20:53 UTC - Search in distribution

share::Apocalypse::A06 River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

IT::perltoot River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution
113 results (0.161 seconds)